﻿CHARACTERS = {
	c:NOR ?= {

		create_character = {
			# Severin Løvenskiold, Prime Minister of Norway, and member of the so-called pro-Stockholm "Union Party"
			first_name = "Severin"
			last_name = "Lovenskiold"
			historical = yes
			birth_date = 1777.2.7
			ig_leader = yes
			interest_group = ig_landowners
			ideology = ideology_royalist 
			traits = {
				arrogant
				experienced_political_operator
			}
		}

		create_character = {
			# Nicolai Johan Lohmann Krog, First Minister of Norway, and Chief of the Army and Navy
			first_name = "Nicolai"
			last_name = "Krog"
			historical = yes
			birth_date = 1787.7.6
			ig_leader = yes
			interest_group = ig_armed_forces
			ideology = ideology_royalist
			traits = {
				surveyor
				basic_political_operator
				tactful
			}
		}

		create_character = {
			# Henrik Arnold Thaulow Wergeland, larger-than-life poet, writer, and rabblerouser. 
			first_name = "Henrik"
			last_name = "Wergeland"
			historical = yes
			birth_date = 1808.6.17
			ig_leader = yes
			interest_group = ig_intelligentsia
			ideology = ideology_reformer
			traits = {
				literary
				inspirational_orator
			}
		}

		create_character = {
			# Jonas Anton Hielm, lawyer, politician, and opposition figure. 
			first_name = "Jonas_Anton"
			last_name = "Hielm"
			historical = yes
			birth_date = 1782.12.30
			ig_leader = yes
			interest_group = ig_petty_bourgeoisie
			ideology = ideology_reformer
			traits = {
				reckless
				inspirational_orator
			}
		}

		create_character = {
			# Poul Steenstrup, Danish-Norwegian industrial pioneer, pro-independence politician, and inventor.
			first_name = "Poul"
			last_name = "Steenstrup"
			historical = yes
			birth_date = 1772.12.10
			culture = cu:danish
			ig_leader = yes
			interest_group = ig_industrialists
			ideology = ideology_market_liberal
			traits = {
				demagogue
				innovative
				engineer
			}
		}

		create_character = {
			# Hans Riddervold, priest, parliamentarian, and president of the Storting.
			first_name = "Hans"
			last_name = "Riddervold"
			historical = yes
			birth_date = 1795.9.7
			ig_leader = yes
			interest_group = ig_devout
			ideology = ideology_reformer # traditional on matters of Church, but a reformer on matters of education.
			traits = {
				experienced_political_operator
				pious
			}
		}

		create_character = {
			# Ole Gabriel Ueland, a Haugean farmer and farmer's advocate.
			first_name = "Ole_Gabriel"
			last_name = "Ueland"
			historical = yes
			birth_date = 1799.10.28
			ig_leader = yes
			interest_group = ig_rural_folk
			ideology = ideology_reformer
			traits = {
				experienced_political_operator
				pious
			}
		}

		create_character = { # General
			# Ferdinand Carl Maria Wedel-Jarlsberg, Commander of the Norwegian Army and diplomat. Famous for his involvement in the so called Battle of the Square in Christiania.
			is_general = yes
			first_name = Ferdinand
			last_name = Wedel_Jarlsberg
			historical = yes
			birth_date = 1781.12.1
			interest_group = ig_landowners
			ideology = ideology_royalist
			traits = {
				arrogant
				basic_diplomat
				basic_offensive_planner
			}
		}
		
		create_character = { # Admiral
			# Thomas Konow, pro-independence "Eidsvoldsmann", admiral, and naval reformer.
			is_admiral = yes
			first_name = Thomas
			last_name = Konow
			historical = yes
			birth_date = 1796.10.10
			interest_group = ig_armed_forces
			ideology = ideology_reformer
			traits = {
				innovative
				basic_political_operator
			}
		}
	}
}
